.alg21 strong {
    font-family: 'Benton Sans Bd';
}

.news-hero-section .h1-wrapper h1 {
    font-family: 'Benton Sans Bd';
    font-size: 84px;
    line-height: 1.1;
    color: #136CAF;
    width: moz-fit-content;
    width: fit-content;
    margin: 85px auto 56px 0;
}

.news-hero-section .hero-subtext {
    margin-bottom: 85px;
}

.news-hero-section .hero-subtext p {
    font-size: 25px;
    margin-bottom: 2rem;
    font-family: 'Benton Sans Bk';
    line-height: 1.4;
    color: #002B54;
}

.disclose-subtext {
    font-size: 20px!important;
}

.news-results-list {
    display: flex;
    flex-wrap: wrap;
    justify-content: flex-start;
    row-gap: 28px;
    max-width: 1240px;
    margin: auto;
}

.news-results-item {
    min-width: 25%;
    max-width: 25%;
    display: flex;
}

.news-results-item-content {
    width: calc( 100% - 28px );
    /* margin: 0 14px 28px; */
    background-color: #fff;
    box-shadow: 0 0 10px rgba(0,0,0,0.2);
    border-top: 10px solid #278ace;
    cursor: pointer;
}

.news-results-item-media img {
    width: 100%;
    height: auto;
    display: block;
}

.news-results-item-meta {
    padding: 20px;
}

.news-results-item-title {
    font-size: 16px;
    margin-bottom: 15px;
}

.news-results-item-title a {
    color: #000!important;
    text-decoration: none;
}

.news-results-item-title a:hover {
    color: #1586cf!important;
    text-decoration: none;
}

.news-results-item-text {
    font-size: 14px;
    line-height: 1.7;
}

.news-disclosure {
    margin-top: 1rem;
}

.news-disclosure a {
    font-size: 12px;
}

.news-results {
    margin-bottom: 70px;
}

.alg21 .container {
    padding-left: 0;
    padding-right: 0;
    width: 1240px;
    max-width: 100%;
}

.alg21 .row {
    margin-left: 0;
    margin-right: 0;
}

.alg21 .col-lg-12 {
    padding: 0;
}

.news-animated-cta-wrapper {
    padding: 70px 1rem;
    border-top: 1px solid #1586cf;
}

.news-animated-link {
    max-width: 800px;
}

.news-animated-cta-inner,
.news-animated-link .inner-link {
    position: relative;

}

.news-animated-cta-inner img {
    width: 100%;
}

.news-animated-header h2 {
    font-family: 'Benton Sans Bd';
    font-size: 84px;
    line-height: 1.1;
    color: #136CAF;
    width: moz-fit-content;
    width: fit-content;
    padding-top: 25px;
}

.news-animated-header,
.news-animated-link {
    position: absolute;
}

.news-animated-header {
    top: 0;
}

.news-animated-link {
    right: 0;
    bottom: 25px;
    width: 800px;
}

.news-animated-bg {
    position: relative;
    width: 700px;
}

.news-animated-link .inner-link a {
    position: absolute;
    color: #fff;
    width: max-content;
    line-height: 1;
    right: 30px;
    top: 30px;
    font-size: 25px;
}

.news-animated-header h2 span:after {
    content: none;
}

    .news-animated-cta-wrapper .d-lg-inline {
        display: inline;
    }

@media(min-width:1300px) {
    .alg21 .container {
        width: 1240px;
    }

    .news-results .container {
        width: 1280px;
    }
}

    @media(max-width:1023px) {
        .news-results-item {
            width: 50%;
        min-width: 50%;
        max-width: 50%;
        }

        .news-hero-section .h1-wrapper h1,
        .news-animated-header h2 {
            font-size: 70px;
        }

        .hero-subtext p {
            font-size: 20px!important;
        }
    }

@media(max-width:991px) {
    .news-animated-bg {
        width: 85%;
    }

    .news-animated-cta-wrapper .d-none {
        display: none;
    }

    .news-animated-link {
        width: 90%;
        bottom: 15px;
    }

    .news-animated-link .inner-link a {
        top: 24px;
    }
}

@media(max-width:767px) {

    .news-hero-section {
        padding: 0 1rem;
    }

    .news-results-item {
        display: flex;
        width: auto;
        max-width: none;
        justify-content: center;
    }

    .hero-subtext {
        margin-top: 35px;
    }

}

@media(max-width:600px){
    .news-animated-header {
        top: -25px;
    }

    .news-animated-header h2 {
        font-size: 64px;
    }

    .news-animated-link .inner-link a {
        top: 17px;
        font-size: 20px;
    }

}
@media(max-width:500px){

    .news-animated-link {
        bottom: 10px;
    }

    .news-animated-link .inner-link a {
        top: 16px;
        font-size: 18px;
    }

}
@media(max-width:500px){

    .news-animated-header h2 {
        font-size: 54px;
    }

    .news-animated-link .inner-link a {
        top: 14px;
        font-size: 16px;
    }

    .news-animated-header {
        top: -15px;
    }

}
@media(max-width:400px){

    .news-animated-header h2 {
        font-size: 34px;
    }

    .news-animated-link .inner-link a {
        top: 11px;
        font-size: 14px;
    }

}

/* UPDATED 3/14/24 - added styles for modal*/

.disclosure-modal {
    position: absolute;
    top: 50%;
    left: 50%;
    transform: translate(-50%,-50%);
    z-index: 200;
    background-color: #fff;
    padding: 25px 50px;
}

.modal-bg {
    position: absolute;
    inset: 0;
    background-color: rgba(0,0,0,0.3);
    z-index: 100;
    /* height: 100vh; */
    /* width: 100vw; */
}